projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff68f66
)
ppc4xx: 4xx_pcie: Change PCIe status output to match common style
author
Stefan Roese
<
[email protected]
>
Fri, 5 Oct 2007 12:23:43 +0000
(14:23 +0200)
committer
Stefan Roese
<
[email protected]
>
Wed, 31 Oct 2007 20:20:49 +0000
(21:20 +0100)
Signed-off-by: Stefan Roese <
[email protected]
>
cpu/ppc4xx/4xx_pcie.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/4xx_pcie.c
b/cpu/ppc4xx/4xx_pcie.c
index 167aba69608886a360565430cb0f5221d7359239..7ee0e5bc89d14293170c41dbd79218f388f2b665 100644
(file)
--- a/
cpu/ppc4xx/4xx_pcie.c
+++ b/
cpu/ppc4xx/4xx_pcie.c
@@
-812,7
+812,7
@@
void ppc4xx_setup_pcie_rootpoint(struct pci_controller *hose, int port)
/* Set Class Code to PCI-PCI bridge and Revision Id to 1 */
out_le32(mbase + 0x208, 0x06040001);
- printf("PCIE
:%d successfully set as rootpoint
\n", port);
+ printf("PCIE
%d: successfully set as root-complex
\n", port);
}
int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port)
@@
-908,7
+908,7
@@
int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port)
mdelay(1000);
}
- printf("PCIE
:%d
successfully set as endpoint\n", port);
+ printf("PCIE
%d:
successfully set as endpoint\n", port);
return 0;
}